type runtime.heapStatsDelta
12 uses
runtime (current package)
metrics.go#L569: heapStatsDelta
mstats.go#L347: if size := unsafe.Sizeof(heapStatsDelta{}); size%8 != 0 {
mstats.go#L391: var consStats heapStatsDelta
mstats.go#L660: type heapStatsDelta struct {
mstats.go#L687: func (a *heapStatsDelta) merge(b *heapStatsDelta) {
mstats.go#L737: stats [3]heapStatsDelta
mstats.go#L768: func (m *consistentHeapStats) acquire() *heapStatsDelta {
mstats.go#L814: func (m *consistentHeapStats) unsafeRead(out *heapStatsDelta) {
mstats.go#L830: m.stats[i] = heapStatsDelta{}
mstats.go#L841: func (m *consistentHeapStats) read(out *heapStatsDelta) {
mstats.go#L886: m.stats[prevGen] = heapStatsDelta{}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |